- fixed problem with threading that caused rnMac to hang when processing articles with References: header lines longer than 256 characters
- ensured that all threading code clips field lengths to 256 characters or less (this might have been causing some people problems)
- tweaked the dialog filter so that it doesn't get confused when, for example, it intercepts a keystroke of the letter "N" and there are two buttons with names containing a capital "N" (as in "Register Now" and "No, I'm a shareware leech")
- fixed a very nasty bug in a call to ResolveAliasFile so that I really am passing a pointer to a char for the wasAliased parameter (I used to say 窶(Boolean *) wasAliased窶 instead of 窶(Boolean *) &wasAliased窶); this should fix the problem with crashes when rnMac tries to dereference an alias....